@charset "utf-8";
/* CSS Document */

html {
  	scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

#canvas {
	z-index: 10;
}

/* Desktop */
@font-face {
	font-family: 'VarelaRound';
	font-style: normal;
	src: url("../fonts/VarelaRound.woff2") format('woff2');
}	

/* Font styles*/
h1 {
    margin: 0;
    font-family: 'VarelaRound';
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 500;
    color: #A7D596;
    letter-spacing: 5px;
    text-align: center;
	
}

h2 {
	margin: 0;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #9824c3;
	font-weight: 500;
}

h3 {
	margin: 0;
	font-family: 'VarelaRound';	
	font-size: 1.3em;
	font-weight: 300;
	color: #fff;
	
}

h4 {
	margin: 0;
	font-family: 'VarelaRound';	
	font-size: 1.2em;
	text-align: center;
	font-weight: 500;
	color: #fff;
	
}

h5 {
	margin: 0;
	font-size: 1em;
	text-align: center;
	color: #221948;
}

p {
	font-family: 'VarelaRound';
   margin: 0;
   font-size: .8em;
	letter-spacing: .05em;
	line-height: 1.8em;
	color: #fff;
	align-self: center;
}

body {
	margin: auto;
	background-image: url("../imgs/background.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-family: 'VarelaRound', sans-serif;
	} 

/*Navigation Menu*/
#projectsLink {
	color: #9824c3;
}

#myDropdown2 a:nth-child(1) {
	color: #9824c3;
}

.showcase .dropbtn svg {
	display: none;
}

.showcase .dropdown-content {
	display: none;
}

#craft-studio-section {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#craft-studio-section-2 {
    position: relative;
    display: grid;
    height: fit-content;
    padding: 100px 40px;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 0;
    gap: 40px;
}

.banner {	
	position: relative;
	background-image: url("../imgs/projects/Ribbons N Craft/cs_01.jpg");
	background-size: cover;
	background-position: center;	
width: 100%;
    height: fit-content;
	min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    z-index: 0;
}

.banner-text {	
    max-width: 1024px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
margin: 150px 50px 50px 50px;
	text-align: center;
	z-index: 1;
}

.dimmer-studio {
	top: 0 !important;
	z-index: 1 !important;
	height: 100vh !important;
	
} 	

.colour-overlay {
	position: absolute;
background-color: rgba(34, 25, 72, .75);
    background-image: linear-gradient(to bottom, rgba(95, 50, 137, 1), rgba(95, 50, 137, .7));
	width: 100%;
	height: 100%;
backdrop-filter: blur(2px);	
}

.category {
	text-transform: capitalize;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-family: gill sans mt;
	color: #F2FF99;	
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #F2FF99;
}

.content .row {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}

.column {
  width: 100%;
	height: auto;
  display: flex;
  gap: 30px;
}

.column img {
	width: 50%;
	height: auto;
}

.image-container-1 {
  width: 100%;
	height: auto;
}

.image {
	display: flex;
	align-items: normal;
	gap: 20px;
	height: auto;
}

.image img {
	display: block;
	  width: 100%;
	height: auto;
		box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
	border-radius: 3px;
	
}

.image-left {
	width: 70%;
	height: auto;
}

.image-right {
	width: 100%;
	height: auto;
}

.image-container-2 {
  display: flex;
	margin-top: 20px;
	gap: 20px;	
	
}

.image-container-2 img {
  width: 70%; /* Adjust the width as per your requirements */
  height: auto;
		box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
	border-radius: 3px;	
}

.image-stack {
  display: flex;
  flex-direction: column;
	gap: 20px;
}

.image-stack img {
  width: 100%;
  height: auto;
}


/*Middle size*/
@media only screen and (max-width: 1024px) {
/* Font styles*/
h1 {

    font-size: 1.3em;
    letter-spacing: 5px;
}

h2 {

	font-size: 1.3em;

}

h3 {
	/*font-size: 1.1em;*/
	font-size: .7rem;
	
}

h4 {
	font-size: 1em;	
}

h5 {

	font-size: .75em;

}

p {

   font-size: .75em;
	letter-spacing: .05em;
	line-height: 2em;
}
		
	.projects svg {
		width: .65vw;
	}
	
	.projects-dropdown::after, .projects-dropdown::before {
	left: 45%;
	}
	
.projects-dropdown a {
	font-size: 1.5vw;
}	

	
#craft-studio-section-2 {
	padding-top: 10vw;
}
		

}

/*Mobile size*/
@media only screen and (max-width: 640px) {
/* Font styles*/
h1 {

    font-size: 1.3em;
    letter-spacing: 5px;
}

h2 {

	font-size: 1.3em;

}

h3 {
	font-size: 1.1em;
	
}

h4 {
	font-size: 1em;	
}

h5 {

	font-size: .75em;

}

p {

   font-size: .75em;
	letter-spacing: .05em;

}
	
.banner {
		height: fit-content;
	}	
	
.banner-text {
	margin: 0;
	width: 100%;
	    padding: 200px 20px 60px 20px;
	}
	
#craft-studio-section-2 {
padding: 10vw 20px 60px 20px;
    gap: 20px;
	}
	
	.image {
		flex-direction: column;
		gap: 20px;
	}
	
	.image-left, .image-container-2 img {
		width: 100%;
	}
	
	.image-container-2 {
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}
	
	.image-stack {
		gap: 20px;
	}
	
	
}

@media (pointer: coarse) {
    #projectsLink {
        pointer-events: none;
    }
}

